summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-12-04 00:48:01 +0100
committerJan Beich <jbeich@FreeBSD.org>2022-12-04 00:51:18 +0100
commit14440b195c66157bd76c3e63b0c87863ef35e175 (patch)
tree213b4a82ad2031d200f6f830d912a73d65e8894e
parentMerge pull request #9344 from liamwhite/null (diff)
downloadyuzu-14440b195c66157bd76c3e63b0c87863ef35e175.tar
yuzu-14440b195c66157bd76c3e63b0c87863ef35e175.tar.gz
yuzu-14440b195c66157bd76c3e63b0c87863ef35e175.tar.bz2
yuzu-14440b195c66157bd76c3e63b0c87863ef35e175.tar.lz
yuzu-14440b195c66157bd76c3e63b0c87863ef35e175.tar.xz
yuzu-14440b195c66157bd76c3e63b0c87863ef35e175.tar.zst
yuzu-14440b195c66157bd76c3e63b0c87863ef35e175.zip
-rw-r--r--externals/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt
index 25ef0c058..455d299ee 100644
--- a/externals/CMakeLists.txt
+++ b/externals/CMakeLists.txt
@@ -7,7 +7,7 @@ include(DownloadExternals)
# xbyak
if (ARCHITECTURE_x86 OR ARCHITECTURE_x86_64)
- add_subdirectory(xbyak)
+ add_subdirectory(xbyak EXCLUDE_FROM_ALL)
endif()
# Dynarmic